-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: FORMS-1703 Added Tags to port numbers, removed unused port number #1576
fix: FORMS-1703 Added Tags to port numbers, removed unused port number #1576
Conversation
5173, // CHEFS Frontend | ||
5432, // PostgreSQL | ||
8080, // CHEFS Backend | ||
8081, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If someone is using the container for keycloak, for whatever reason, that would be port 8081.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Local Keycloak has been removed so that port can go.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, and this will be really helpful to clarify what the port numbers are used for. Thanks to @usingtechnology for catching the missing frontend config.
df33ad2
to
087559c
Compare
Quality Gate passedIssues Measures |
Description
In the devcontainers we now have seven ports, but they are not labeled and it’s not obvious what they’re used for.
It would be better if we labeled these ports so that it was obvious what they were used for. It also appears that the 8081 port isn’t being used.
An example of these labels can be found in portsAttributes settings of this repo:
queue-management/.devcontainer/devcontainer.json at main · bcgov/queue-management
Acceptance Criteria
All of the ports have labels that make it obvious what they are used for.
Type of Change
fix (a bug fix)
Checklist